Skip to content

Improve PR title guidelines in "Making good PRs" section#1773

Open
Shashank01177 wants to merge 1 commit intopython:mainfrom
Shashank01177:patch-1
Open

Improve PR title guidelines in "Making good PRs" section#1773
Shashank01177 wants to merge 1 commit intopython:mainfrom
Shashank01177:patch-1

Conversation

@Shashank01177
Copy link
Copy Markdown

Added guidance for writing clear and descriptive pull request titles in the "Making good PRs" section. This helps avoid vague titles and improves clarity for contributors.

Added guidance for writing clear and descriptive pull request titles in the "Making good PRs" section. This helps avoid vague titles and improves clarity for contributors.
@python-cla-bot
Copy link
Copy Markdown

The following commit authors need to sign the Contributor License Agreement:

CLA not signed

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 CPython devguide | 🛠️ Build #32051382 | 📁 Comparing 68ed3dc against latest (d5194a0)


🔍 Preview build

Show files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
File Status
versions/index.html 📝 modified
getting-started/pull-request-lifecycle/index.html 📝 modified

Copy link
Copy Markdown
Collaborator

@willingc willingc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Shashank01177. Please sign the CLA as mentioned in the automated checks.

When creating a pull request for submission, there are several things that you
should do to help ensure that your pull request is accepted.

A pull request should have a clear and descriptive title that accurately reflects the change being made. Avoid vague titles such as "fix bug" or "update code". Instead, use specific titles like "Fix incorrect module suggestion for -S option" or "Improve error handling in importlib".
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A pull request should have a clear and descriptive title that accurately reflects the change being made. Avoid vague titles such as "fix bug" or "update code". Instead, use specific titles like "Fix incorrect module suggestion for -S option" or "Improve error handling in importlib".
A pull request should have a clear and descriptive title that accurately reflects the change being made.
Avoid vague titles such as "fix bug" or "update code".
Instead, use specific titles like "Fix incorrect module suggestion for --output option" or "Improve error handling in importlib".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants